<xs:simpleType name="IndicatorForDocumentLine" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation xml:lang="de" />
<xs:documentation xml:lang="en" />
</xs:annotation>
<xs:restriction base="xs:string">
<xs:maxLength value="3" />
</xs:restriction>
</xs:simpleType>
|